home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------------
- #
- # NewsTicker, my Hack for 1997
- #
- # NewsComExtractor.cp - Derived from HTMLExtractor, we get passed the tokens
- # and try to recognize headlines out of it. We parse
- # the page "www.news.com", the technical news page of
- # c|net.com.
- #
- ------------------------------------------------------------------------------*/
-
- #ifndef NEWSEXTRACTOR_H
- #define NEWSEXTRACTOR_H
-
- Boolean MustReloadNewsCom(sMyDataPtr gGlobalsPtr);
- void LoadNewsCom(sMyDataPtr gGlobalsPtr);
-
- #endif //NEWSExtractor_H
-